mergBonjourSearch
Type
function
Summary
Create a search object and start searching for a bonjour service
Syntax
mergBonjourSearch(<pType>, [<pDomain>])
Description
Create a search object and start searching for a bonjour service
Parameters
Name | Type | Description |
---|---|---|
pType | The pType parameter must contain both the service type and transport layer information. To ensure that the mDNS responder searches for services, rather than hosts, make sure to prefix both the service name and transport layer name with an underscore character (â_â). For example, to search for an HTTP service on TCP, you would use the type string â_http._tcp.â. Note that the period character at the end is required. | |
pDomain | (optional with "" default) The pDomain parameter can be an explicit domain name, the generic local domain "local." (note trailing period, which indicates an absolute name), or the empty string (""), which indicates the default registration domains. Usually, you pass in an empty string. |
Compatibility and Support
Introduced
LiveCode 8.0
OS
ios
mac
Platforms
desktop
mobile